Blog

New Ortus Quick API Docs Explorer

Luis Majano February 16, 2017

Spread the word

Luis Majano

February 16, 2017

Spread the word


Share your thoughts

We are excited to announce an update to our quick docs API module. You can find our new UI and new API docs collections in the same address apidocs.coldbox.org. However, we will be migrating them to the Ortus Solutions website in the coming weeks. The update includes lots of visual and searching improvements for any API documentation created by DocBox, our API documentation library.

Try it out!

API Selector Improvements

You can now see that you can select any API not only from ColdBox but for any Ortus Solutions product as well.

UI Search Improvements

The entire UI has been updated to our new consistent look and of course using ColdBox Elixir for asset pipeline and management. Autocomplete has been improved with some nicely needed caching.

Bigger Viewer

We have also improved the viewport of the embedded API visualizer as well so you can get a nicer look and feel of the API documentation.

Add Your Comment

Recent Entries

BoxLang 1.10.0: Functional Arrays, Elegant Loops & Distributed Locking

BoxLang 1.10.0: Functional Arrays, Elegant Loops & Distributed Locking

We're excited to announce BoxLang 1.10.0, a feature-packed release that brings powerful functional programming capabilities, elegant loop syntax, and enterprise-grade distributed locking to the BoxLang runtime. This release represents a significant leap forward in developer productivity and application scalability.

Luis Majano
Luis Majano
February 03, 2026
Ortus & BoxLang Jan Recap 2026

Ortus & BoxLang Jan Recap 2026

January kicked off with strong momentum across the Ortus Solutions ecosystem, bringing key product releases, major improvements to CommandBox and BoxLang, new cloud-focused learning resources, and exciting announcements for upcoming events.

Victor Campos
Victor Campos
February 02, 2026
BoxLang AI: The Foundation for Real-World AI Systems!

BoxLang AI: The Foundation for Real-World AI Systems!

BoxLang AI: From AI Experiments to Real-World Systems!

Why we built BoxLang AI?

AI is everywhere. New models, new tools, new announcements every week. But for most teams, the real challenge isn’t choosing ...

Victor Campos
Victor Campos
January 30, 2026
window.addEventListener("load", function() { document.querySelector('.career-job-card').addEventListener('click', function() { const details = this.querySelector('.career-job-details'); details.style.display = details.style.display === 'block' ? 'none' : 'block'; }); });